home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-20 | 302 b | 22 lines |
- CFLAGS = nostackcheck structureequivalence ignore=73
-
- all: a2d hooks1 istr tag1 uptime
-
- a2d: a2d.c
- sc link $(CFLAGS) $@
-
- hooks1: hooks1.c
- sc link $(CFLAGS) $@
-
- istr: istr.c
- sc link $(CFLAGS) $@
-
- tag1: tag1.c
- sc link $(CFLAGS) $@
-
- uptime: uptime.c
- sc link $(CFLAGS) $@
-
- clean:
- -delete \#?.(o|lnk)
-